Fill(Color, Rectangle?)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Performs a fast fill of a rectangle with the specified color. No alpha blending is performed if alpha channel data is present.

Syntax

public void Fill(
	Color color,
	Rectangle? rectangle
)

Parameters

rectangle

Rectangle to fill, or NULL to fill entire surface

color

Color to fill with


Back to index